PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Appearance Manager >

Programming With the Appearance Manager


GetThemeScrollBarArrowStyle

Obtains the system preference for the type of scroll bar arrows to be used.

pascal OSStatus GetThemeScrollBarArrowStyle (
                     ThemeScrollBarArrowStyle *outStyle);
outStyle
A pointer to a value of type ThemeScrollBarArrowStyle. On return, the value specifies the type of scroll bar arrows being used. See Theme Scroll Bar Arrow Style Constants for descriptions of possible values.
function result
A result code; see Result Codes .
DISCUSSION

Because the user can specify varying types of scroll bar arrows on a theme-specific basis, your application should call GetThemeScrollBarArrowStyle to obtain the preferred style under the current theme.

VERSION NOTES

Available with Appearance Manager 1.1 and later.


© 1999 Apple Computer, Inc. – (Last Updated 29 April 99)